:root {
    --white: #ffffff;
    --deep_dark: #151522;
    --deep_dark_2: #03060c;
}

html, body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: 10px;
    scrollbar-color: #3c3c3c white;
    font-family: Open Sans,sans-serif;
}


body {
    background-color: var(--white);
	color: var(--deep_dark);
	margin: 0;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
.text_area600 {
	max-width: 600px;
	margin: auto;
}
.nav_bt a
{
  width: 100%;
}
.margin_h {
  height: 25px;
}
.margin_h_2 {
  height: 75px;
}
.svg_white {
	fill: var(--white);
}
.text_simple {
	color: var(--white);
	font-weight: 600;
}
#trem_accept {
  padding: 10px;
  border: 3px solid black;
  margin-right: 15px;
}
.lang_box {
	cursor: pointer;
	background: rgba(21, 21, 34, 0.1) !important;
}
.lang_falg {
	width: 32px;
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.43);
}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.0em;
  height: 1.0em;
  border: 0.15em solid currentColor;
  border-radius: 1.0em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.artilce_link{
width: 100%;
margin: auto;
}


input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}
input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.term_accept {
	display: flex;
	align-items: center;
	width: auto;
	padding: 15px 0;
}
.text_center {
  text-align: center;
}
.text_hero {
  font-size: 2em;
  font-weight: 600;
}
.margin_v {
	width: 20mm;
}
.padd_5 {
	padding: 5px;
	border-radius: 3px;
}
.lbl_term {
	font-size: 11px;
}
bold {
	font-weight: 600;
}
.margin_ver {
  width: 15px;
}
.shadow_box {
  width: fit-content;
  height: fit-content;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.43);
  border-radius: 12px;
  background: hsl(0, 0%, 98%);
  display: flex;
  align-items: center;
  padding: 10px;
  margin: auto;
}
.color_fl_blue {
	color: #fff;
	background: #015bbb;
	fill: var(--white);
}
.color_fl_yellow
{
  color: #03060c;
  background: #fdd500;
}
.color_fl_red
{
  color: #fff;
  background: #ed383a;
}
.svg_24 {
  width: 24px;
  height: 24px;
}
.svg_86 {
	width: 86px;
	height: 86px;
}
.margin_h_3 {
  height: 10px;
}
.kugo_l_box {
	width: 30px;
	height: 100%;
	border-radius: 2px;
}
.margin_ver_2 {
	width: 6px;
}
.svg_32 {
	width: 32px;
	height: 32px;
}
.svg_48 {
	width: 48px;
	height: 48px;
}
.svg_64 {
	width: 64px;
	height: 64px;
}
.dot_line {
  border-bottom: 1px dashed var(--deep_dark);
}

.audytel-logo {
	margin: auto;
	display: block;
}

.bt_border_red {
	border: 2px solid #ee3224;
	display: flex;
	align-items: center;
	text-align: center;
}

.txt_audytel {
	font-size: 1.5em;
	font-family: initial;
	color: #ee3224;
	display: flex;
	align-items: center;
	width: auto !important;
	margin: auto;
}

@media only screen and (min-device-width: 1200px) {
  .term_accept {
  	display: flex;
  	align-items: center;
  	width: 450px;
  	padding: 15px 0;
  }
  
  .artilce_link{
width: 1500px;
margin: auto;
}

}
